home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / Technical Documentation / Develop / develop Issue 28 / develop Issue 28 code / Sketch / Source / AppleEvent / AERMiscSuite.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-03  |  457 b   |  17 lines  |  [TEXT/CWIE]

  1. /****************************************************************************
  2.  * 
  3.  * AERMiscSuite.h
  4.  *
  5.  ****************************************************************************/
  6.  
  7. #ifndef __MISCELLANEOUSSUITE__
  8. #define __MISCELLANEOUSSUITE__
  9.  
  10. // --------------------------------------------------------------------------
  11.  
  12. Boolean            InstallMiscSuiteHandlers            (void);
  13.  
  14. // --------------------------------------------------------------------------
  15.  
  16. #endif
  17.